home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / IKE5.L2 < prev    next >
Text File  |  1996-04-01  |  3KB  |  127 lines

  1. name Ikegai Fanuc 5T
  2.  
  3. O >4
  4. N >3
  5. G >2
  6. X ->3.>4
  7. Z ->3.>4
  8. D >2
  9. I ->3.>4
  10. K ->3.>4
  11. U ->3.>4
  12. W ->3.>4
  13. P ->3.>4
  14. A 60 P
  15. Q ->3.>4
  16. q >4 Q
  17. R ->3.>4
  18. F >3.>3
  19. T 2
  20. S >4
  21. M >2
  22.  
  23. ModalGs 0 1 2 3 73 76 80 81 82 83 84 85  # List of g codes that are modal    
  24.  
  25. First#? N                             # Y or N  'Output 1st sequence no.  
  26. Sequence#s N 0 1 1                    # Char, freq, incr & start          
  27. Comment ( )                           # Begin End comment char.           
  28.  
  29. HCode Z                               # X or X U  'Horizontal char.       
  30. VCode X                               # Y or Y V  'Vertical char.         
  31. FeedCode F                            # Feed rate char.                   
  32.  
  33. Spindle 3 4 5                         # Cw, ccw & stop m codes            
  34. Coolant 8 9 7                         # On, Off & Mist m codes            
  35. SpeedType G 97 96                     # CSS and RPM g codes               
  36. FeedType G 95 94                      # IPR & IPM g codes                 
  37.  
  38. ByDiameter? Y                         # Y or N  'Output X val. by diameter
  39.  
  40. CtrIncremental? Y                     # Y or N  'Inc or abs I & J         
  41. ByQuadrants? N                        # Y or N  'Break arcs at quadrants  
  42.  
  43. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  44.  
  45. Inch/MM 20 21                         # Inch & Metric g codes             
  46.  
  47. CtrCode I K                           # I J or R or I J K L               
  48.  
  49. Feed G1                               # Linear move                       
  50. Rapid G0                              # Rapid positioning word            
  51. Cw G2                                 # Circular move clockwise           
  52. Ccw G3                                # Circular move counter clockwise   
  53.  
  54. RevSigns X I                          # List of letters to reverse signs  
  55.  
  56. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  57.  
  58. AutoThread                            # Automatic thread canned cycle     
  59. G76 A[TParams] Q[VBite] R0
  60. G76 X[V] Z[H] R[StartAng] P[Depth] q[Peck1] F[Frate]
  61. end
  62.  
  63. Drill                                 # Drilling canned/manual cycle      
  64. G1 Z[H] F[Frate]
  65. G0 Z[SClear]
  66. end
  67.  
  68. Peck                                  # Pecking canned/manual cycle       
  69. none
  70. end
  71.  
  72. Tap                                   # Tapping canned/manual cycle       
  73. G78 Z[H] F[FRate]
  74. end cancel
  75.  
  76. Ream                                  # Reaming canned/manual cycle       
  77. G1 Z[H] F[FRate]
  78. G0 Z[SClear]
  79. end
  80.  
  81. Cancel                                # Cancel a canned/manual cycle      
  82. G80
  83. end
  84.  
  85. StartCode                             # Start of the program              
  86. O[Program#]
  87. end
  88.  
  89. 1stToolChange                         # First tool change                 
  90. T[Tool]
  91. G0 Z.2
  92. X6 Z6
  93. T[Tool] M9
  94. M1
  95. G50 X6 Z6 T[Tool] S[Speed] M38
  96. G[SpeedType] S[Speed] M[Direct]
  97. T[Tool] M8
  98. G0 X[V] Z[H]
  99. End
  100.  
  101. Infeed                                # Enable cutter comp                
  102. G1 X[V] Z[H] D[Dcomp] F[FRate]
  103. end
  104.  
  105. Outfeed                               # Disable cutter comp               
  106. G1 X[V] Z[H] F[FRate]
  107. end
  108.  
  109. ToolChange                            # Secondary tool changes            
  110. X6 Z6
  111. T[Tool] M9
  112. M1
  113. G50 X6 Z6 T[Tool] S[Speed] M38
  114. G[SpeedType] S[Speed] M[Direct]
  115. T[Tool] M8
  116. G0 X[V] Z[H]
  117. End
  118.  
  119. EndCode                               # End of the program                
  120. G0 Z[ToolH]
  121. G28 W0 M5
  122. G28 U0
  123. M30
  124. End
  125.  
  126.  
  127.